--Change attribute of the MU
--Changes an attribute of the MU, when it transfers to the successor of the present station.
--Change an attribute of the MU, when it transfers to the successor
--Changes an attribute of the MU, when it transfers to the successor of the present station.
--@ is the MU that triggers the control
is
do
	@.MU_attribute := value;
	@.move;
end;
/*MU_attribute:Enter the attribute of the MU to be changed when it transfers.
value:Enter the new value of the attribute of the MU.
*/